Attribute | Description (where applicable) |
Aggregation of measures is based on SUM if not explicitly noted.
This section describes the basic measures in the cube. These are either measures defined in the core Information Source, in the model itself or in the ETL process. The columns have the following meaning:
Measure | Calculated Y/N | Contains Time Intelligence Y/N | Definition/Note (where applicable) | Aggregation Type | Hidden Y/N | Tabular Expression |
AHAvg | N | IF(ISBLANK(AVERAGE('ASSET HEALTH'[Asset Health])), "", AVERAGE('ASSET HEALTH'[Asset Health])) | ||||
AVGHealthColor | N | IF(ISFILTERED('ASSET TYPE'[Asset Type]) && HASONEVALUE('ASSET HEALTH'[Object Type]) , IF([Average_Type] <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Critical")), "#9D1C40", IF([Average_Type] <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Poor")), "#F09E57", IF([Average_Type] <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Fair")), "#F2D478", IF([Average_Type] <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Good")), "#8DD382", IF([Average_Type] <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Excellent")), "#36775C", IF([Average_Type] <= 0.20, "#9D1C40", IF([Average_Type] <= 0.40, "#F09E57", IF([Average_Type] <= 0.60, "#F2D478", IF([Average_Type] <= 0.80, "#8DD382", IF([Average_Type] <= 1, "#36775C" ))))) ))))), IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.20, "#9D1C40", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.40, "#F09E57", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.60, "#F2D478", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.80, "#8DD382", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 1, "#36775C" )))))) | ||||
AverageHealthLevel | N | IF(ISFILTERED('ASSET TYPE'[Asset Type]), IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Critical")), "Critical", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Poor")), "Poor", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Fair")), "Fair", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Good")), "Good", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Excellent")), "Excellent", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.20, "Critical", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.40, "Poor", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.60, "Fair", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.80, "Good", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 1, "Excellent" )))))))))), //Defaulting IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.20, "Critical", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.40, "Poor", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.60, "Fair", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.80, "Good", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 1, "Excellent" )))))) | ||||
AverageHealth_Type | N | IF(HASONEVALUE('ASSET HEALTH'[Object Type]), [Average_Type], AVERAGE('ASSET HEALTH'[Asset Health])) | ||||
AverageLevel | N | IF(ISFILTERED('ASSET TYPE'[Asset Type]), IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Critical")), "#9D1C40", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Poor")), "#F09E57", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Fair")), "#F2D478", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Good")), "#8DD382", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'),'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) && 'ASSET HEALTH LEVEL'[Level] = "Excellent")), "#36775C", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.20, "#9D1C40", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.40, "#F09E57", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.60, "#F2D478", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.80, "#8DD382", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 1, "#36775C" )))))))))), //Defaulting IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.20, "#9D1C40", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.40, "#F09E57", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.60, "#F2D478", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 0.80, "#8DD382", IF(AVERAGE('ASSET HEALTH'[Asset Health]) <= 1, "#36775C" )))))) | ||||
Average_Type | N | CALCULATE(AVERAGE('ASSET HEALTH'[Asset Health]), FILTER(ALL('ASSET HEALTH'), 'ASSET HEALTH'[Object Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]))) | ||||
ButtonBorderColor | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "#E8E8E8", "#FFFFFF00") | ||||
ButtonHoverColor | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "#0365D8", "#FFFFFF00") | ||||
ButtonTypeHoverColor | N | IF(HASONEVALUE('ASSET TYPE'[Asset Type]), "#0365D8", "#FFFFFF00") | ||||
CardBG | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "#FFFFFF00", "#FFFFFF") | ||||
Color_Critical | N | IF(SELECTEDVALUE('ASSET HEALTH'[Asset Health Level]) = "Critical", VALUES('ASSET HEALTH'[Asset Health]), BLANK()) | ||||
Color_Empty | N | 1- SELECTEDVALUE('ASSET HEALTH'[Asset Health]) | ||||
Color_Excellent | N | IF(SELECTEDVALUE('ASSET HEALTH'[Asset Health Level]) = "Excellent", VALUES('ASSET HEALTH'[Asset Health]), BLANK()) | ||||
Color_Fair | N | IF(SELECTEDVALUE('ASSET HEALTH'[Asset Health Level]) = "Fair", VALUES('ASSET HEALTH'[Asset Health]), BLANK()) | ||||
Color_Good | N | IF(SELECTEDVALUE('ASSET HEALTH'[Asset Health Level]) = "Good", VALUES('ASSET HEALTH'[Asset Health]), BLANK()) | ||||
Color_Poor | N | IF(SELECTEDVALUE('ASSET HEALTH'[Asset Health Level]) = "Poor", VALUES('ASSET HEALTH'[Asset Health]), BLANK()) | ||||
CountAll | N | IF(HASONEVALUE('ASSET HEALTH'[Object Type]), CALCULATE(COUNT('ASSET HEALTH'[Object Seq]), FILTER(ALL('ASSET HEALTH'), 'ASSET HEALTH'[Object Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) )), COUNT('ASSET HEALTH'[Asset Health])) | ||||
FilterPie | N | countrows(FILTER('ASSET HEALTH', 'ASSET HEALTH'[Asset Health Level] in VALUES('HEALTH LEVEL'[Description]))) | ||||
Filter_check | N | IF(HASONEVALUE('ASSET HEALTH'[Object Type]), 1, 0) | ||||
Filter_check_Object | N | IF(ISFILTERED('ASSET HEALTH INDICATOR'[Parameter]), 1,0) | ||||
HealthLevel_Total | N | var MAXXX = MAX('ASSET HEALTH'[Asset Health Level]) Return IF(ISFILTERED('ASSET HEALTH'[SITE_TX]), COUNTROWS ( FILTER ( ALLSELECTED( 'ASSET HEALTH' ), 'ASSET HEALTH'[Object Type] in DISTINCT( 'ASSET HEALTH'[Object Type] ) && 'ASSET HEALTH'[Asset Health Level] = SELECTEDVALUE('HEALTH LEVEL'[Description] ) && 'ASSET HEALTH'[SITE_TX] in DISTINCT('ASSET HEALTH'[SITE_TX]) ) ) , COUNTROWS ( FILTER ( ALL ( 'ASSET HEALTH' ), 'ASSET HEALTH'[Object Type] in DISTINCT( 'ASSET HEALTH'[Object Type] ) && 'ASSET HEALTH'[Asset Health Level] = SELECTEDVALUE ('HEALTH LEVEL'[Description] ) ) )) | ||||
LastIndicatorValue | N | CALCULATE ( FIRSTNONBLANK( 'ASSET HEALTH INDI HST'[Normalized Value],1 )/100, FILTER ( 'ASSET HEALTH INDI HST', 'ASSET HEALTH INDI HST'[DIMENSION] = SELECTEDVALUE('ASSET HEALTH INDICATOR'[Parameter]) && 'ASSET HEALTH INDI HST'[Object Seq] = SELECTEDVALUE('ASSET HEALTH INDI HST'[Object Seq]) && 'ASSET HEALTH INDI HST'[Recorded Date] = MAX('ASSET HEALTH INDI HST'[Recorded Date]) ) ) | ||||
LastIndicatorValueType | N | CALCULATE ( FIRSTNONBLANK( 'ASSET HEALTH INDI HST'[Normalized Value],1 ), FILTER ( 'ASSET HEALTH INDI HST', 'ASSET HEALTH INDI HST'[DIMENSION] = SELECTEDVALUE('ASSET HEALTH INDICATOR'[Parameter]) && 'ASSET HEALTH INDI HST'[OBJ_TYPE] = SELECTEDVALUE('ASSET TYPE'[Asset Type]) ) ) | ||||
MS_SELECTED_CARD | N | IFERROR ( IF ( ISBLANK ( COUNTROWS ( FILTER ( 'ASSET HEALTH', NOT ( ISBLANK ( 'ASSET HEALTH'[Object Type] ) ) ) ) ), "No Assets", IF ( AND(ISFILTERED ( 'ASSET HEALTH'[Asset Id] ),[MaxTypes]), CONCATENATEX ( 'ASSET TYPE', 'ASSET TYPE'[Asset Type], " , " ), IF (AND([MaxTypes], AND ( ISFILTERED ( 'ASSET TYPE'[Asset Type] ), ISFILTERED ( 'COLOR LEVEL'[Description] ) )), CONCATENATEX ( 'ASSET TYPE', 'ASSET TYPE'[Asset Type], " , " ) & " (" & CONCATENATEX ( 'COLOR LEVEL', 'COLOR LEVEL'[Description], " , " ) & ")", IF ( AND ( ISFILTERED ( 'COLOR LEVEL'[Description] ), ISFILTERED ( SITE[SITE_TX] ) ), VALUES ( SITE[SITE_TX] ) & " (" & VALUES ( 'COLOR LEVEL'[Description] ) & ")", IF ( ISFILTERED ( 'COLOR LEVEL'[Description] ), CONCATENATEX ( 'COLOR LEVEL', 'COLOR LEVEL'[Description],", ") & " (All)", IF ( AND(ISFILTERED ( 'ASSET TYPE'[Asset Type] ),[MaxTypes]), CONCATENATEX ( 'ASSET TYPE', 'ASSET TYPE'[Asset Type], " , " ), IF ( AND(ISFILTERED ( 'ASSET HEALTH'[ObjSearch] ), HASONEVALUE('ASSET HEALTH'[ObjSearch])), SELECTEDVALUE('ASSET HEALTH'[Object Type]), "Multiple Assets Selected" ) ) ) ) ) )), "" ) | ||||
MaxCritical | N | IF(ISBLANK(CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Critical"))), 0.2, CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Critical"))) | ||||
MaxFair | N | IF(ISBLANK(CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Fair"))), 0.6, CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Fair"))) | ||||
MaxGood | N | IF(ISBLANK(CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Good"))), 0.8, CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Good"))) | ||||
MaxPoor | N | IF(ISBLANK(CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Poor"))), 0.4, CALCULATE(FIRSTNONBLANK('ASSET HEALTH LEVEL'[IntervalMax],1)/100, filter(all('ASSET HEALTH LEVEL'), 'ASSET HEALTH LEVEL'[Obj Type] = SELECTEDVALUE('ASSET HEALTH'[Object Type]) && 'ASSET HEALTH LEVEL'[Level] = "Poor"))) | ||||
MaxTypes | N | IF(COUNTROWS('ASSET TYPE') <= 5, True, False) | ||||
Measure | N | CALCULATE(AVERAGE('ASSET HEALTH INDI HST'[Normalized Value]), FILTER(ALL('ASSET HEALTH INDI HST'), 'ASSET HEALTH INDI HST'[Dim_Asset_Type] = SELECTEDVALUE('ASSET TYPE'[ID]) && 'ASSET HEALTH INDI HST'[Dimension] = SELECTEDVALUE('ASSET HEALTH INDI HST'[Dimension]) )) | ||||
PAGE_ASSET_PERFORMANCE | N | IFERROR(IF([SingleObject], VALUES(EnvPath) & "page/AssetPerformanceDetails/AssetPerformanceDetails;$filter=%28%28Contract%20eq%20'"& SELECTEDVALUE(SITE[ID]) &"'%29%29%20and%20%28MchCode%20eq%20'" & SELECTEDVALUE('ASSET HEALTH'[Asset Id]) & "'%29", ""), "") | ||||
PAGE_FAULT_REPORT | N | IFERROR(IF([SingleObject], VALUES(EnvPath) & "assistant/CreateFaultReportAssistant/FaultReportWizardAssistant;$action=SetTaskAttrForSteps%7B%20ReportMchCode:%20'" & SELECTEDVALUE('ASSET HEALTH'[Asset Id]) & "',%20MchCodeContractNew:%20'" & SELECTEDVALUE(SITE[ID]) & "'%7D"), "") | ||||
PAGE_FUNCTIONAL_OBJECT | N | IFERROR(IF([SingleObject], VALUES(EnvPath) & "page/FunctionalObject/Form;$filter=Contract eq '" & VALUES(SITE[ID]) &"'%20and%20MchCode%20eq%20'" & VALUES('ASSET HEALTH'[Asset Id]) & "'", ""), "") | ||||
SelectedCount | N | IF(HASONEVALUE('ASSET HEALTH'[Object Type]), True, False) | ||||
SingleObject | N | IF([SelectedCount], 1, 0) | ||||
TXT_ASSET_DETAILS | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "Asset Details", "") | ||||
TXT_ASSET_PERFORMANCE | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "Asset Performance", "") | ||||
TXT_FAULT_REPORT | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "Fault Report", "") | ||||
TXT_OBJECT_PAGE | N | IF(AND([SelectedCount],ISFILTERED('ASSET HEALTH'[Asset Id])), "Object Page", "") | ||||
TXT_SELECT_OBJ | N | IF(AND([SelectedCount], ISFILTERED('ASSET HEALTH'[Asset Id])), "", "Please select an Asset") | ||||
TXT_Select_Indicator | N | IF(ISFILTERED('ASSET HEALTH INDICATOR'[Parameter]),"", "Please select an Indicator") | ||||
Type_Color_Critical | N | IF([AverageHealthLevel] = "Critical", [AHAvg], BLANK()) | ||||
Type_Color_Excellent | N | IF([AverageHealthLevel] = "Excellent", [AHAvg], BLANK()) | ||||
Type_Color_Fair | N | IF([AverageHealthLevel] = "Fair", [AHAvg], BLANK()) | ||||
Type_Color_Good | N | IF([AverageHealthLevel] = "Good", [AHAvg], BLANK()) | ||||
Type_Color_Poor | N | IF([AverageHealthLevel] = "Poor", [AHAvg], BLANK()) |
Time based measures are calculated in the cube with respect to other measures. The table below defines the meaning/definition of the different time measures. These measures need to be used with a specific time dimension hierarchy [REPORTING_DATE].[RepDateMFHy].
Measure | Meaning |
YTD |
Aggregated value for current month in current year. E.g.
for period 202010 Ytd represents sum of periods 202000-202010. |
R12 |
For a given period, the sum all months from one year back up to the
previous month. E.g. Rolling 12 for 202010 is the sum of months 201910
- 202009 |
PY |
Previous Year The value of the corresponding month one year back. E.g. for month 202010, the value of month 201910. |
YTD PY |
Year to Date Previous Year Aggregated value for corresponding month one year back. E.g. for month 202010 YTD Previous Year represents sum of months 201901-201910. |
R12 PY |
Rolling 12 (completed) Months Previous Year For a given month, first going one year back, then taking the sum of all months from one (more) year back up to the previous month. E.g. for month 202010 the sum of month 201810-201909 |
Avg XXX Ytd | Sum XXX YTD/Count XXX YTD |
Avg XXX R12 | Sum XXX R12/Count XXX R12 |
XXX % YTD | Count XXX YTD/Count YYY YTD |
XXX % R12 | Count XXX R12/Count XXX R12 |
Model Name | Product Area |
Maintenance | Maintenance |
The data source for this object is defined using IFS Developer Tool. The data source contains a number of transformations where the model reads data from the last step, i.e. the Data source view name (DW Source View Name).
Additional information can be found in the online documentation of Information Sources.
Model Table | DW Source view (SQL Server) | BI Access View | Referenced Information Source | Recommended Access Type |
ASSET HEALTH MEASURES | FACT_ASSET_HEALTH_TM | FACT_ASSET_HEALTH_BI | FACT_ASSET_HEALTH | On Line |